projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
707788b
)
(x_to_win32_font): Allow any quality fonts.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jun 1996 18:33:04 +0000
(18:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jun 1996 18:33:04 +0000
(18:33 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index e3ad7a8f7576d108cf3c33ccf8e95ee498532b4d..9385d4da0c6603bb16a92f8bcc3eee20ff7b6c26 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-3988,7
+3988,7
@@
x_to_win32_font (lpxstr, lplogfont)
memset (lplogfont, 0, sizeof (*lplogfont));
-#if
0
+#if
1
lplogfont->lfOutPrecision = OUT_DEFAULT_PRECIS;
lplogfont->lfClipPrecision = CLIP_DEFAULT_PRECIS;
lplogfont->lfQuality = DEFAULT_QUALITY;